• Control Referential Integrity Across SQL Server Databases and Identify Orphan Records

    Updated: 2023-06-30 05:00:00
    Learn how to control referential integrity from parent table for tables that reside in different SQL Server databases on the same server.

  • Identify the Most Current Record from a Historical Dataset for a Power BI Report

    Updated: 2023-06-29 05:00:00
    Learn how to identify the most current record from a historical dataset for a Power BI report in this step-by-step guide.

  • Pass Trigger Events between ADF and Synapse using Event Grid Topic

    Updated: 2023-06-28 05:00:00
    Learn how to use the Event Grid Topic resource in Azure to manage events between different instances of Azure Data Factory (ADF) or Synapse Analytics.

  • Installing SQL Server Integration Services

    Updated: 2023-06-28 05:00:00
    In this article we walk through the steps to install SQL Server Integration Services using SQL Server 2019.

  • Unmasking SQL Server Dynamic Data Masking, Part 4, Unmasking Formatted and Unformatted Text

    Updated: 2023-06-27 18:56:37
    Continuing from the previous entry in this series on security concerns with using Dynamic Data Masking, in this blog I want to close out that discussion showing how you can unmask different sort of data that has been dynamically masked, even if you don’t have access to unmasked data. Clearly this is NOT a suggestion … The post Unmasking SQL Server Dynamic Data Masking, Part 4, Unmasking Formatted and Unformatted Text appeared first on Simple Talk.

  • On the Road Again, Next Up Columbus

    Updated: 2023-06-27 18:31:00
    January 18, 2020, was the last time I stood in front of a live group of people and spoke about anything. It was at the location where I did my first SQL Saturday presentation, back at the first SQL Saturday in Nashville. Speaking at the time was a normal thing for me, having done 5-8 … The post On the Road Again, Next Up Columbus appeared first on Simple Talk.

  • Automate SQL Server Database Backups using SQLCMD and Windows Task Scheduler

    Updated: 2023-06-27 05:00:00
    Learn how to use SQLCMD to backup all of your SQL Server databases and also how to schedule execution of the backups using Windows Task Scheduler.

  • Using a Subquery in a SELECT statement

    Updated: 2023-06-26 19:12:19
    Did you know you can include a SELECT statement within another SELECT statement? When a SELECT statement is embedded within another statement it is known as a subquery. There are two types of subqueries: basic subquery and correlated subquery. In this article I will be discussing both types of subqueries and will be providing examples … The post Using a Subquery in a SELECT statement appeared first on Simple Talk.

  • SQL CASE Statement in Where Clause to Filter Based on a Condition or Expression

    Updated: 2023-06-26 05:00:00
    Learn about different ways you can use a CASE statement in the WHERE clause for a T-SQL statement with these several examples.

  • DP 500 Certification Exam Preparation for Microsoft Azure and Power BI

    Updated: 2023-06-23 05:00:00
    This article includes FAQs and links to questions, books, and training material to prepare and pass the DP-500 exam for Microsoft Azure and Power BI.

  • Automatically Refresh Cached Web Page Data from a SQL Server or Oracle Database

    Updated: 2023-06-22 04:57:55
    Learn how to automatically refresh cached web page data from a database based on data updates in either Oracle or SQL Server.

  • Best Practices for Google Cloud Security

    Updated: 2023-06-21 05:00:00
    When moving to the cloud, security is critical and this article reviews things to consider when using Google Cloud services.

  • Query SQL Server system data about tables and columns

    Updated: 2023-06-20 05:00:00
    This article discusses using T-SQL to access metadata for SQL Server tables and how to query sys.tables, sys.columns, sys.system_columns, and sys.all_columns.

  • Snowflake: A Cloud Warehouse Solution for Analytics

    Updated: 2023-06-19 20:55:05
    This article explains what Snowflake data warehouse is and how it is different from other traditional data warehouses. This article will cover how to create virtual warehouses and different types of tables, how to handle semi-structured data, how to profile queries, and the benefits of clustering keys. Practical demonstrations of the concepts explained will be … The post Snowflake: A Cloud Warehouse Solution for Analytics appeared first on Simple Talk.

  • SQL Server Ordered Columnstore Indexes for Data Aggregation in Data Warehouses

    Updated: 2023-06-19 05:00:00
    In this tutorial, we look at what a SQL Server columnstore index is, when you would use one, and the option to order a columnstore index on one or more columns.

  • How to run Opatch in non interactive form

    Updated: 2023-06-18 17:14:00
    We must have felt the pain when you have applied multiple patches and each time you have to give Y to the prompt in opatch. There is a solution available to this problem How to run Opatch in a non-interactive form We can run the opatch apply, napply, rollback and nrollback commands in non-interactive mode […] The post How to run Opatch in non interactive form appeared first on Techgoeasy.

  • Sql plan Management in Oracle

    Updated: 2023-06-16 09:54:00
    SQL Plan Management (SPM) in Oracle is a preventative mechanism that provides a level of control over the execution plans used by the Oracle optimizer. It ensures that regression due to changes in execution plans doesn’t occur, even as the database undergoes changes such as database upgrades, a gathering of new statistics, or changes to […] The post Sql plan Management in Oracle appeared first on Techgoeasy.

  • Three Ways to Combine Data in Python using Pandas Merge, Pandas Join and Pandasql Library

    Updated: 2023-06-16 05:00:00
    In this article, we explore three separate ways to join data in Python using pandas merge, pandas join, and pandasql library.

  • DAX RANKX Function Behaviors Lead to Incorrect Results and Corrections

    Updated: 2023-06-16 05:00:00
    In this tip, we explore two behaviors for the DAX RANKX function that can lead to incorrect results and discuss workarounds and fixes.

  • Working with MySQL transactions

    Updated: 2023-06-15 21:20:30
    MySQL transactions provide an effective method for executing multiple statements as a single unit, making it possible to safely modify data, while preventing concurrent users from updating the same data or overwriting changed data. If any statements within a transaction fail or do not achieve their desired results, the changes can be rolled back and … The post Working with MySQL transactions appeared first on Simple Talk.

  • Power BI Data Gateway to Connect Data Sources in the Cloud and On-Premises

    Updated: 2023-06-15 05:00:00
    In this article, learn how to set up and use Microsoft Data Gateway to connect data sources from various locations such as cloud or on-premises.

  • Unmasking SQL Server Dynamic Data Masking, Part 3, Security Concerns

    Updated: 2023-06-14 14:28:55
    This is the third part of a series on SQL Server Dynamic Data Masking. The first part in the series was a brief introduction to dynamic data masking, completing solutions, and use cases. The second part covered setting up masking and some examples. This part starts exploring side channel attacks against dynamic data masking. This … The post Unmasking SQL Server Dynamic Data Masking, Part 3, Security Concerns appeared first on Simple Talk.

  • SQL Round Function to Round Numbers Up or Down

    Updated: 2023-06-14 05:00:00
    Learn about the SQL ROUND function and how it works to round numbers up or down or to truncate values at a specific location.

  • Sample Use Case for Using SQLCMD Utility Batch Files

    Updated: 2023-06-14 05:00:00
    In this article, we look at a sample use case of how you can create SQLCMD batch files that can be interactive and reused in different SQL Server environments.

  • Top Queries on Sqlplan Management in Oracle

    Updated: 2023-06-14 02:03:44
    Here are some beneficial Queries on Sqlplan Management in oracle How to check the sql plan parameter show parameter sql_plan How to check the settings for Automatic plan capture If OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=true, then we can use the below query to find out the settings of the automatic plan capture How to check the sql baseline for […] The post Top Queries on Sqlplan Management in Oracle appeared first on Techgoeasy.

  • Feature Rich Database Management Tool and IDE for 40+ Platforms

    Updated: 2023-06-13 05:00:00
    Learn about Aqua Data Studio which is a feature-rich management tool and IDE for over 40 database platforms such as SQL Server, Oracle, MySQL, Snowflake, and many more.

  • Creating Pivot Reports in Excel: A Step-by-Step Tutorial for Beginners

    Updated: 2023-06-12 04:37:53
    In this tutorial, learn how to build a comprehensive pivot table in Excel using data from a SQL Server database.

  • Influencing Successful Cloud Transformational Change

    Updated: 2023-06-12 04:37:52
    By developing a strong business case, building key relationships, using budgeting and forecasting tools, and providing training and support, tech leaders can effectively sell the benefits of the cloud and influence change.

  • Move SQL Baseline from One Database to AnotherĀ in Oracle

    Updated: 2023-06-05 08:26:00
    In this post, we will check out how to move SQL baseline from One Database to Another  How to move the sql baselines in Oracle Suppose you have created a sql baseline in System A and Now you want to transfer that sql baseline to System B. Step 1On System A: Creating a staging table […] The post Move SQL Baseline from One Database to AnotherĀ in Oracle appeared first on Techgoeasy.

Current Feed Items | Previous Months Items

May 2023 | Apr 2023 | Mar 2023 | Feb 2023 | Jan 2023 | Dec 2022